home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d14 / auxil.arc / AUXIL.DOC next >
Text File  |  1991-03-18  |  688b  |  17 lines

  1. AUXIL is a device driver which creates a DOS character device AUX which
  2. is associated with a secondary monochrome display adaptor in the system.
  3. It's main purpose is to act as output device for the debugging messages
  4. and stack backtraces of the Windows 3.0 debugging kernel. On input, it
  5. returns always 'I' and thus the system will not hang on the 'Abort, Break
  6. or Ignore ?' prompts.
  7.  
  8. This program can be used freely for private or educational purposes.
  9. If you want to use it for commercial purposes, contact the author.
  10.  
  11. Author:   Kai Uwe Rommel
  12.           Zennerstrasse 1
  13.           D-8000 Muenchen 70
  14.           Germany
  15.  
  16. E-Mail:   rommel@lan.informatik.tu-muenchen.dbp.de
  17.